SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.framework.util
Class RequestAPDU

java.lang.Object
  extended byjp.co.ricoh.dsdk.scard.framework.util.APDU
      extended byjp.co.ricoh.dsdk.scard.framework.util.RequestAPDU

public class RequestAPDU
extends APDU

Represents a APDU that is send from application to card .


Field Summary
 
Fields inherited from class jp.co.ricoh.dsdk.scard.framework.util.APDU
buffer
 
Constructor Summary
RequestAPDU()
          Creates a new RequestAPDU and initializes it with a null buffer .
RequestAPDU(APDU apdu)
          Creates a new RequestAPDU and initializes it with the given APDU .
RequestAPDU(byte[] data)
          Creates a new RequestAPDU and initializes it with the given bytes .
 
Methods inherited from class jp.co.ricoh.dsdk.scard.framework.util.APDU
append, append, equals, getByte, getLength, hashCode, setByte, setLength, toBytes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestAPDU

public RequestAPDU()
Creates a new RequestAPDU and initializes it with a null buffer .


RequestAPDU

public RequestAPDU(APDU apdu)
Creates a new RequestAPDU and initializes it with the given APDU .

Parameters:
apdu - the APDU to be used for holding the APDU .

RequestAPDU

public RequestAPDU(byte[] data)
Creates a new RequestAPDU and initializes it with the given bytes .

Parameters:
data - the byte array to be used for holding the APDU .

SDK/J Authentication Package ver1.0
RICOH Confidential